GDK W32: Don't move iconic windows
authorРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 17 Mar 2016 20:07:33 +0000 (20:07 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 18 Mar 2016 07:49:39 +0000 (07:49 +0000)
commit7d2a7a56267b8444ba1756a9a6a52157fd931758
tree24a4cce19f00a9bf4eff4faa7e7836794df9c586
parent54d36efa6138a1f30fd7e2d76d3a28b4fab6ad19
GDK W32: Don't move iconic windows

Using UpdateLayeredWindow() on iconic windows brings them *back* from
their iconic (minimized) state. That is bad.
As a precaution, also don't use SetWindowPos() on iconic windows.
This means that iconic windows can't be moved. That is fixable
by using SetWindowPlacement(), but there is no pressing need to do so,
as there are very few cases when windows need to be moved while minimized.

https://bugzilla.gnome.org/show_bug.cgi?id=763835
gdk/win32/gdkwindow-win32.c